home *** CD-ROM | disk | FTP | other *** search
/ Pro CD FaxBook 1995 / ProCD FaxBook 1995.iso / install.dat < prev    next >
Text File  |  1995-01-10  |  2KB  |  100 lines

  1. @DefineProject
  2.     @Name = "ProPhone for DOS"
  3.     @Version = "3.2l"
  4.     @OutDrive = C
  5.     @Subdir = "\\PROPHONE"
  6.     @requires @HardDisk
  7.     @requires 2000000
  8. @EndProject
  9.  
  10. @Welcome
  11.     @Cls
  12.     
  13.  
  14.  
  15.     Welcome to @Name!  The most comprehensive electronic 
  16.     Telephone Directory.
  17.  
  18.     This program will install @Name on your hard disk.  Simply
  19.     answer the questions when prompted by the program.  If you are not
  20.     sure of the answer to any question, just press [Enter] to accept
  21.     the default.
  22.  
  23.     If you want to install ProPhone for Windows, please press 
  24.     the [Esc] key and run the SETUP program from Windows.
  25.  
  26.     @Pause
  27.  
  28. @EndWelcome
  29.  
  30.  
  31. @GetOutDrive
  32.     Which drive would you like to install @Name onto?
  33. @EndOutDrive
  34.  
  35. @GetSubdir
  36.     Which directory would you like to install @Name to?
  37.     @Prompt = "Which directory ('Enter' = @Subdir)?"
  38. @EndSubdir
  39.  
  40. @GetUsername
  41.     
  42.     Please enter your name.
  43.     @Prompt = "User Name:"
  44.  
  45. @EndUsername
  46.  
  47. @GetCompany
  48.     
  49.     If this product was purchased by a company or organization
  50.     you should enter the name or the company or organization.
  51.  
  52.     @Prompt = "Company/Organization:"
  53.  
  54. @EndCompany
  55.  
  56. @GetSerialno
  57.     
  58.     Please enter the serial number printed on the first page
  59.     of your User Guide.
  60.     
  61.     @Prompt = "Serial Number: "
  62.  
  63. @EndSerialno
  64.  
  65. @SetAutoExec
  66.     @AskOverwrite
  67.     @Path="@OutDrive:@SubDir"
  68. @EndAutoExec
  69.  
  70. @DefineDisk
  71.     @Label = "CD-ROM"
  72.     @File PRODOS\PROPHONE.EXE  @out *.*
  73.     @File PRODOS\PPHONE.BAT    @out *.*
  74.     @File PRODOS\PROPHONE.OPN  @out *.*
  75.     @File PRODOS\PROPHONE.HLP  @out *.*
  76.     @File PROWIN\STATE.ASC     @out *.*
  77.     @File PROWIN\AREA.ASC      @out *.*
  78.     @File PROWIN\BUSINESS.ASC  @out *.*
  79.     @File PROWIN\SIC.ASC       @out *.*
  80.     @File PROWIN\CAREA.ASC     @out *.*
  81.     @File PROWIN\PROVINCE.ASC  @out *.*
  82. @EndDisk
  83.  
  84.  
  85. @Finish
  86.     @ChDrive @OutDrive
  87.     @ChDir "@SubDir"
  88.     @CLS
  89.  
  90.     The installation of @Name is complete!  
  91.     To run ProPhone press the [Enter] key and then type PROPHONE 
  92.     from the DOS prompt.
  93.     
  94.     The listings contained within this product are subject to a 
  95.     license agreement.  Please refer to your User Guide.
  96.     
  97.     @Pause
  98.  
  99. @EndFinish
  100.